(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Running pointcloud_registration

Description: This tutorial show how to use the pointcloud_registration package.

Tutorial Level: INTERMEDIATE

Contents

  1. Step 1
  2. Step 2

Before you proceed, make sure you that you have gone through the ROS Parameters section of this package mentioned on the main page (http://www.ros.org/wiki/pointcloud_registration).

Step 1

Make sure you have point cloud data (msg format sensor_msgs::PointCloud) from the robot being published. Note the name of this topic and modify the subscribe_pointcloud_topic parameter in the pointcloud_registration.launch file accordingly.

Modify the other parameters in the launch file as required.

Step 2

Launch the pointcloud_registration node using the following command:

roslaunch pointcloud_registration pointcloud_registration.launch

Once launched, the node will subscribed to the published pointclouds and publish merged pointclouds on the topic /merged_pointcloud (default, if param not modified).

NOTE: For better registration make sure that the overlap between the pointclouds from the robot is maximum. The higher the overlap, the better the result.

Wiki: pointcloud_registration/Tutorials/Running pointcloud_registration (last edited 2010-12-08 18:33:36 by HozefaIndorewala)